From: Руслан Ижбулатов Date: Sat, 25 Nov 2017 17:04:48 +0000 (+0000) Subject: Fix a nefarious typo X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~157 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c6c13bd66b5451958f6a52f37fe3064c3478e423;p=gtk%2B3.0.git Fix a nefarious typo --- diff --git a/gdk/win32/gdkdnd-win32.c b/gdk/win32/gdkdnd-win32.c index 0583c613d0..fc4dfb0de0 100644 --- a/gdk/win32/gdkdnd-win32.c +++ b/gdk/win32/gdkdnd-win32.c @@ -2762,7 +2762,7 @@ gdk_drag_anim_timeout (gpointer data) gdk_window_show (context->drag_window); gdk_window_move (context->drag_window, context->last_x + (context->start_x - context->last_x) * t - context->hot_x, - сontext->last_y + (context->start_y - context->last_y) * t - context->hot_y); + context->last_y + (context->start_y - context->last_y) * t - context->hot_y); gdk_window_set_opacity (context->drag_window, 1.0 - f); return G_SOURCE_CONTINUE;